projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea836c
)
* configure.in: Pass "-Isrc" to the CPP we run to examine the
author
Jim Blandy
<jimb@redhat.com>
Fri, 11 Jun 1993 06:36:45 +0000
(06:36 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Fri, 11 Jun 1993 06:36:45 +0000
(06:36 +0000)
s/*.h and m/*.h files. Martin Tomes
<mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 690b74df0035704c93154dfb7202ee782f6ff9b5..cec0333b99b3db919e8c2e76ba8b26d59bae325a 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1110,7
+1110,7
@@
echo '
# The value of CPP is a quoted variable reference, so we need to do this
# to get its actual value...
foo=`eval "echo $CPP"`
-eval `${foo} ${tempcname} \
+eval `${foo}
-Isrc
${tempcname} \
| grep '@configure@' \
| sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'`
rm ${tempcname}